docs: remove links that don't exist
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 21:32:17 +0000 (16:32 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:39 +0000 (18:57 -0500)
gtk/deprecated/gtkrc.c

index 45bdb7dd9a144e08b464867f3bbbcf5c7a6b2683..f1e12ace6a92f0eca7b9c2d417e7b902e7f1855d 100644 (file)
@@ -913,7 +913,7 @@ gtk_rc_make_default_dir (const gchar *type)
  * gtk_rc_get_im_module_path:
  *
  * Obtains the path in which to look for IM modules. See the documentation
- * of the <link linkend="im-module-path"><envar>GTK_PATH</envar></link>
+ * of the <envar>GTK_PATH</envar>
  * environment variable for more details about looking up modules. This
  * function is useful solely for utilities supplied with GTK+ and should
  * not be used by applications under normal circumstances.
@@ -937,7 +937,7 @@ gtk_rc_get_im_module_path (void)
  * gtk_rc_get_im_module_file:
  *
  * Obtains the path to the IM modules file. See the documentation
- * of the <link linkend="im-module-file"><envar>GTK_IM_MODULE_FILE</envar></link>
+ * of the <envar>GTK_IM_MODULE_FILE</envar>
  * environment variable for more details.
  *
  * Returns: (type filename): a newly-allocated string containing the
@@ -1818,7 +1818,7 @@ gtk_rc_parse_priority (GScanner              *scanner,
  * @color: (out): a pointer to a #GdkColor structure in which to store
  *     the result
  *
- * Parses a color in the <link linkend="color=format">format</link> expected
+ * Parses a color in the format expected
  * in a RC file.
  *
  * Note that theme engines should use gtk_rc_parse_color_full() in
@@ -1843,7 +1843,7 @@ gtk_rc_parse_color (GScanner *scanner,
  * @color: (out): a pointer to a #GdkColor structure in which to store
  *     the result
  *
- * Parses a color in the <link linkend="color=format">format</link> expected
+ * Parses a color in the format expected
  * in a RC file. If @style is not %NULL, it will be consulted to resolve
  * references to symbolic colors.
  *